Ignore \r in output matching
authorAlex Crichton <alex@alexcrichton.com>
Wed, 25 Jun 2014 05:09:23 +0000 (22:09 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Jun 2014 18:15:04 +0000 (11:15 -0700)
commitc3ec9999cbd5d272485f693a547b5fe0da781e2d
tree1d876796aa3874a0869ff515678f37496926629a
parent80a81334f6d6799d2db00cd74f9bc88de3e0ae7c
Ignore \r in output matching

Windows occasionally has \r\n while everywhere else has \n. Instead of worrying
about the difference, just replace all instances of \r with nothing and rely on
matching against \n.
tests/support/mod.rs